home *** CD-ROM | disk | FTP | other *** search
/ Immoral Angel 1 / Immoral Angel 1.iso / mac / MSTR / PROGRAM / ACTRESS.DIR / 00186.ls < prev    next >
Encoding:
Text File  |  1997-07-10  |  452 b   |  23 lines

  1. on exitFrame
  2.   if (status = "about") or (status = "exitAlart") or (status = "helpMenu") or (status = "bomb") then
  3.     if mouseDown() and not rollOver(19) then
  4.       beepsound()
  5.     end if
  6.     go(marker(0))
  7.     exit
  8.   end if
  9.   if rollOver(3) then
  10.     checkname()
  11.   else
  12.     puppetSprite(4, 0)
  13.   end if
  14.   if rollOver(20) then
  15.     checkpopmenu()
  16.   else
  17.     puppetSprite(21, 0)
  18.   end if
  19.   if the puppet of sprite 15 = 0 then
  20.     go(marker(0))
  21.   end if
  22. end
  23.